Welcome![Sign In][Sign Up]
Location:
Search - simulation linux file system

Search list

[JSP/Javafilesysyem_on_linux

Description: 操作系统课内实验部分,文件系统的模拟与实现。-curricular experimental operating system, file system simulation and implementation.
Platform: | Size: 18432 | Author: 任清然 | Hits:

[Software Engineeringlos

Description: 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文件长度 4byte 。联结计数 1byte (3)0号块 超级块 栈长度50 空闲盘块的管理:成组链接 ( UNIX) 位示图法 (Linux) (4)每建一个目录,分配4个物理块 文件名 14byte -curriculum design an operating system, Simulation of UNIX (Linux) file system [Description of the issue] as an OS and built a large file, its facade into a disk, in which the realization of a simple simulation of the UNIX file system. [Basic requirements] 1. Hard existing machines opened 20 M disk space, as a set of hard drive space. 2. Prepared a management procedures this space management, to simulate the UNIX (Linux) file system, specific requirements are as follows : (1) require a disk block size k formal document (2) i node directory file type (a total of 1byte) block device Pipeline documents. Physical Address (Index) on a total of 13 tables, every item in Table 2 byte. 4byte document length. 1byte link count (3) 0, super-block length of 50 block Stack spare disk block management : G
Platform: | Size: 875520 | Author: wangwei | Hits:

[Linux-Unixlinux

Description: 文件摸拟:实现文件系统的基本操作的主函数.(C语言)-Document simulation: the realization of the basic operation of the file system s main function. (C language)
Platform: | Size: 1024 | Author: luodan | Hits:

[Linux-Unixsrc

Description: 一个用C++写的模拟LINUX文件系统的程序-One with C++ Written LINUX file system simulation program
Platform: | Size: 14336 | Author: | Hits:

[OS Developos

Description: [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k (2) i 结点文件类型 正规文件目录文件(共1byte)块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文件长度 4byte 。联结计数 1byte-[Description of the problem] in any OS, the establishment of a large file, put it into a false impression disk, in which the realization of a simple simulation of UNIX file system. [Basic requirements] 1. In the existing machine s hard drive to open up 20M of hard disk space, as a set of hard disk space. 2. The preparation of a management process to manage this space to simulate UNIX (linux) file system, the specific requirements are as follows: (1) request the disk block size 1k (2) i-node directory file type formal document files (a total of 1byte) block device pipeline文件. Physical Address (Index Table) A total of 13 tables, each table entry 2byte. The length of documents 4byte. Link count 1byte
Platform: | Size: 4096 | Author: 123 | Hits:

[Linux-Unixfilesystem

Description: 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one OS, the set up of a large file, it put the illusion into a disk, in which a simple implementation of the simulation Linux file system. 1. In the existing machine' s hard drive to open up 100M of hard disk space, as a set of hard disk space. 2. Simdisk prepared by one management procedures to manage this space to simulate the Linux file system, the requirements: [1] the disk block size 1k [2] free disk block management: Linux bitmap Law [3] Structure: The super block, i node area, the root directory of the district
Platform: | Size: 16384 | Author: lilianjie | Hits:

[OS DevelopLinux

Description: 对linuix 文件系统的模拟,包含了若干文件命令,是用c语言实现的。-Linuix file system on the simulation, the order contains a number of documents is achieved with c language.
Platform: | Size: 347136 | Author: lutao | Hits:

[Linux-Unixfilesystem

Description: 这是一个二级文件系统,能够在linux下编译并执行,通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-This is a secondary file system, can be compiled under linux and implement, through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user document by the two systems, the realization of the general the creation of files, directories, delete files, directory, switch directory, open, close the file, read and write files to operate.
Platform: | Size: 48128 | Author: 段晓娟 | Hits:

[Linux-UnixDISK

Description: C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件-C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do the following: 1. Can be achieved following a few commands: login Login create directory dir create a file list delete delete files open document open document close Close Reading paper read write write file
Platform: | Size: 4260864 | Author: 陈观民 | Hits:

[Linux-UnixLinux

Description: 模拟linux文件系统的c++源码,包括文件的创建删除,以及支持多用户功能 -Simulation linux file system c++ source code, including the creation of the file deletion, and support for multi-user functionality
Platform: | Size: 192512 | Author: huohuo | Hits:

[Linux-UnixLinux

Description: 计算机操作系统LINUX课程设计。在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。-Computer operating system LINUX curriculum design. In any OS, the establishment of a large file and put it into a false plate, in which the realization of a simple simulation of Linux file system.
Platform: | Size: 280576 | Author: 王维 | Hits:

[Linux-Unixlinux

Description: 基于Linux的模拟文件系统管理的设计与实现-Linux file system simulation based on the design and implementation management
Platform: | Size: 2048 | Author: glace | Hits:

[Linux-Unixsystem

Description: 用JAVA实现在WINDOWS内存中模拟LINUX的文件系统,实现了shell对文件的的基本命令-Used to achieve in the WINDOWS memory JAVA LINUX file system simulation to achieve the basic shell commands on the files
Platform: | Size: 28672 | Author: tangyanlin | Hits:

[VC/MFCLinux

Description: VC++MFC模拟Linux文件系统的管理,设有账户登录,文件操作包括创建、删除、修改等-VC++ MFC simulation Linux file system management, with the account login, file operations include create, delete, modify, etc ... ...
Platform: | Size: 1866752 | Author: 赵凯 | Hits:

[Linux-Unixa-simulation-of-linux-file-system

Description: 讲述一个模拟linux文件系统的实现,包括create、login等内容-Describe a simulation of linux file system, including functions of create, login, etc.
Platform: | Size: 4978688 | Author: jingling | Hits:

[Linux-UnixFSbody

Description: 模拟linux文件系统的主体部分的代码,仅供参考- Simulation Linux file system of the main part of the code,for reference only
Platform: | Size: 4096 | Author: 唐文韬 | Hits:

[Driver DevelopFile-system

Description: Linux操作系统下的编程,模拟实现了Linux操作系统下的文件系统功能-Programming under the Linux operating system, the simulation under the Linux operating system, file system
Platform: | Size: 825344 | Author: | Hits:

[Linux driverlinux

Description: 基于Linux的模拟文件系统的设计与实现-Design and implementation of the Linux file system based simulation
Platform: | Size: 672768 | Author: 高月 | Hits:

[Data structsThe-file-system-simulation

Description: 这是一份c语言模拟Linux文件系统,可以实现文件的监理、查找、删除等功能-This is a c language simulation of the Linux file system, can realize file management, search, delete, etc
Platform: | Size: 2048 | Author: Chen | Hits:

[Linux driverSimulation-File-System

Description: 模拟了linux中ex3文件系统的实现。将一个文件当作磁盘进行操作,呈现的效果类似linux命令行,可以实现cd,ls,创建文件/目录,删除文件/目录,读写文件- Analog implementation linux in ex3 file system. The disk as a file operation, showing the effect is similar to linux command line can be achieved cd, ls, create a file/directory, delete files/directories, reading and writing files
Platform: | Size: 4096 | Author: 王志祥 | Hits:
« 12 3 »

CodeBus www.codebus.net